[INFO] cloning repository https://github.com/samarthkulshrestha/intuit
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/samarthkulshrestha/intuit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamarthkulshrestha%2Fintuit", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamarthkulshrestha%2Fintuit'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c9a836ebe5ae457325797b71f455b315684d43ec
[INFO] fixing samarthkulshrestha/intuit against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamarthkulshrestha%2Fintuit" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/samarthkulshrestha/intuit
[INFO] finished tweaking git repo https://github.com/samarthkulshrestha/intuit
[INFO] tweaked toml for git repo https://github.com/samarthkulshrestha/intuit written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/samarthkulshrestha/intuit on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/samarthkulshrestha/intuit already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 558779c8330aa55cf4818b5ad7d15a28782cf06622997b86774e7e00d6cbe6d5
[INFO] running `Command { std: "docker" "start" "558779c8330aa55cf4818b5ad7d15a28782cf06622997b86774e7e00d6cbe6d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "558779c8330aa55cf4818b5ad7d15a28782cf06622997b86774e7e00d6cbe6d5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "558779c8330aa55cf4818b5ad7d15a28782cf06622997b86774e7e00d6cbe6d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "558779c8330aa55cf4818b5ad7d15a28782cf06622997b86774e7e00d6cbe6d5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking plist v1.8.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking intui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `getmntinfo` in crate `libc`
[INFO] [stdout]     --> src/collectors/disk.rs:21:32
[INFO] [stdout]      |
[INFO] [stdout]   21 |     let count = unsafe { libc::getmntinfo(&mut mntbuf, libc::MNT_NOWAIT) };
[INFO] [stdout]      |                                ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.182/src/unix/linux_like/linux_l4re_shared.rs:1893:5
[INFO] [stdout]      |
[INFO] [stdout] 1893 |     pub fn getmntent(stream: *mut crate::FILE) -> *mut crate::mntent;
[INFO] [stdout]      |     ----------------------------------------------------------------- similarly named function `getmntent` defined here
[INFO] [stdout]      |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout]   21 -     let count = unsafe { libc::getmntinfo(&mut mntbuf, libc::MNT_NOWAIT) };
[INFO] [stdout]   21 +     let count = unsafe { libc::getmntent(&mut mntbuf, libc::MNT_NOWAIT) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MNT_NOWAIT` in crate `libc`
[INFO] [stdout]    --> src/collectors/disk.rs:21:62
[INFO] [stdout]     |
[INFO] [stdout]  21 |     let count = unsafe { libc::getmntinfo(&mut mntbuf, libc::MNT_NOWAIT) };
[INFO] [stdout]     |                                                              ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.182/src/unix/linux_like/linux_l4re_shared.rs:975:1
[INFO] [stdout]     |
[INFO] [stdout] 975 | pub const IPC_NOWAIT: c_int = 0o4000;
[INFO] [stdout]     | --------------------------- similarly named constant `IPC_NOWAIT` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a constant with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  21 -     let count = unsafe { libc::getmntinfo(&mut mntbuf, libc::MNT_NOWAIT) };
[INFO] [stdout]  21 +     let count = unsafe { libc::getmntinfo(&mut mntbuf, libc::IPC_NOWAIT) };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sysctlbyname` in crate `libc`
[INFO] [stdout]    --> src/collectors/memory.rs:108:15
[INFO] [stdout]     |
[INFO] [stdout] 108 |         libc::sysctlbyname(
[INFO] [stdout]     |               ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sysctlbyname` in crate `libc`
[INFO] [stdout]    --> src/collectors/memory.rs:133:15
[INFO] [stdout]     |
[INFO] [stdout] 133 |         libc::sysctlbyname(
[INFO] [stdout]     |               ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `getmntinfo` in crate `libc`
[INFO] [stdout]     --> src/collectors/disk.rs:21:32
[INFO] [stdout]      |
[INFO] [stdout]   21 |     let count = unsafe { libc::getmntinfo(&mut mntbuf, libc::MNT_NOWAIT) };
[INFO] [stdout]      |                                ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.182/src/unix/linux_like/linux_l4re_shared.rs:1893:5
[INFO] [stdout]      |
[INFO] [stdout] 1893 |     pub fn getmntent(stream: *mut crate::FILE) -> *mut crate::mntent;
[INFO] [stdout]      |     ----------------------------------------------------------------- similarly named function `getmntent` defined here
[INFO] [stdout]      |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout]   21 -     let count = unsafe { libc::getmntinfo(&mut mntbuf, libc::MNT_NOWAIT) };
[INFO] [stdout]   21 +     let count = unsafe { libc::getmntent(&mut mntbuf, libc::MNT_NOWAIT) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `KERN_BOOTTIME` in crate `libc`
[INFO] [stdout]    --> src/collectors/powermetrics.rs:146:42
[INFO] [stdout]     |
[INFO] [stdout] 146 |     let mut mib = [libc::CTL_KERN, libc::KERN_BOOTTIME];
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MNT_NOWAIT` in crate `libc`
[INFO] [stdout]    --> src/collectors/disk.rs:21:62
[INFO] [stdout]     |
[INFO] [stdout]  21 |     let count = unsafe { libc::getmntinfo(&mut mntbuf, libc::MNT_NOWAIT) };
[INFO] [stdout]     |                                                              ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.182/src/unix/linux_like/linux_l4re_shared.rs:975:1
[INFO] [stdout]     |
[INFO] [stdout] 975 | pub const IPC_NOWAIT: c_int = 0o4000;
[INFO] [stdout]     | --------------------------- similarly named constant `IPC_NOWAIT` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a constant with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  21 -     let count = unsafe { libc::getmntinfo(&mut mntbuf, libc::MNT_NOWAIT) };
[INFO] [stdout]  21 +     let count = unsafe { libc::getmntinfo(&mut mntbuf, libc::IPC_NOWAIT) };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sysctlbyname` in crate `libc`
[INFO] [stdout]    --> src/collectors/memory.rs:108:15
[INFO] [stdout]     |
[INFO] [stdout] 108 |         libc::sysctlbyname(
[INFO] [stdout]     |               ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sysctlbyname` in crate `libc`
[INFO] [stdout]    --> src/collectors/memory.rs:133:15
[INFO] [stdout]     |
[INFO] [stdout] 133 |         libc::sysctlbyname(
[INFO] [stdout]     |               ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `KERN_BOOTTIME` in crate `libc`
[INFO] [stdout]    --> src/collectors/powermetrics.rs:146:42
[INFO] [stdout]     |
[INFO] [stdout] 146 |     let mut mib = [libc::CTL_KERN, libc::KERN_BOOTTIME];
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `f_fstypename` on type `&statfs`
[INFO] [stdout]   --> src/collectors/disk.rs:30:62
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let fstype = unsafe { std::ffi::CStr::from_ptr(entry.f_fstypename.as_ptr()) }
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `f_type`, `f_bsize`, `f_blocks`, `f_bfree`, `f_bavail` ... and 5 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `f_mntonname` on type `&statfs`
[INFO] [stdout]   --> src/collectors/disk.rs:32:61
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let mount = unsafe { std::ffi::CStr::from_ptr(entry.f_mntonname.as_ptr()) }
[INFO] [stdout]    |                                                             ^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `f_type`, `f_bsize`, `f_blocks`, `f_bfree`, `f_bavail` ... and 5 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `f_mntfromname` on type `&statfs`
[INFO] [stdout]   --> src/collectors/disk.rs:51:60
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let name = unsafe { std::ffi::CStr::from_ptr(entry.f_mntfromname.as_ptr()) }
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `f_type`, `f_bsize`, `f_blocks`, `f_bfree`, `f_bavail` ... and 5 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `f_fstypename` on type `&statfs`
[INFO] [stdout]   --> src/collectors/disk.rs:30:62
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let fstype = unsafe { std::ffi::CStr::from_ptr(entry.f_fstypename.as_ptr()) }
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `f_type`, `f_bsize`, `f_blocks`, `f_bfree`, `f_bavail` ... and 5 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `f_mntonname` on type `&statfs`
[INFO] [stdout]   --> src/collectors/disk.rs:32:61
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let mount = unsafe { std::ffi::CStr::from_ptr(entry.f_mntonname.as_ptr()) }
[INFO] [stdout]    |                                                             ^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `f_type`, `f_bsize`, `f_blocks`, `f_bfree`, `f_bavail` ... and 5 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `f_mntfromname` on type `&statfs`
[INFO] [stdout]   --> src/collectors/disk.rs:51:60
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let name = unsafe { std::ffi::CStr::from_ptr(entry.f_mntfromname.as_ptr()) }
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `f_type`, `f_bsize`, `f_blocks`, `f_bfree`, `f_bavail` ... and 5 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `intui` (bin "intui" test) due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0425, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `intui` (bin "intui") due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "558779c8330aa55cf4818b5ad7d15a28782cf06622997b86774e7e00d6cbe6d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "558779c8330aa55cf4818b5ad7d15a28782cf06622997b86774e7e00d6cbe6d5", kill_on_drop: false }`
[INFO] [stdout] 558779c8330aa55cf4818b5ad7d15a28782cf06622997b86774e7e00d6cbe6d5
